Release v0.14.0 - #31
Merged
Merged
Conversation
…e CLI pushes config to the hub `validator init` writes HUB_API_KEY to config/hub.local and the hub container deploys keyed from that sidecar, but the CLI only sent the key it found in .env. On a validator host provisioned per the runbook the config push that follows `install xchain-hub` was therefore keyless against a keyed hub and failed with HTTP 401, and so did every state-changing command after it. preCheck now fills the CLI's own env from the same sidecar before the hub is installed or pushed to. A host-env key still wins and nothing is ever minted, so a host with no sidecar stays keyless as before.
…1 instead of hanging in the precheck
…led coin gets a checkpoint block
Carrier for the consensus train. The manifest records the resolved component set; the activation this train carries is in CHANGELOG.md.
xchain-indexer and xchain-hub move to v0.14.0 at their master merge commits; every other component keeps the tag it already carries.
Lockfile only. A new high advisory on fast-uri (via ajv) turned the production audit red between the v0.12.3 and v0.14.0 cuts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Carrier for XChain Platform v0.14.0, a consensus train.
Fixed
install <ref> xchain-hubno longer fails with HTTP 401 on a host provisioned by the runbook: the CLI now sends the hub API key thatvalidator initgenerated.hub_urlbesideself_sync, so a fresh install resolves its checkpoint peer.xchain-node rollbackprints the recovery path and exits 1 rather than hanging in the precheck.Activation
Manifest